Get Static HTML API
This API will get the Static HTML content for AOK.
- Request Type : GET
- End Point URL : /v1/getHtmlConfigs
- Authorization : basic_auth
Parameters :
Parameter | Description |
---|---|
aokid | AOK id is the AOK specefic unique id. It will filter static html content and get AOK specefic content. |
- Sample URL : http://site_url/v1/getHtmlConfigs?aokid=aokplus
- Response Success Code : 200 OK
- Sample Response
[
{
"title": "VideoConsultation"
},
{
"title": "Login"
},
{
"title": "Event calendar"
},
{
"title": "Content preference"
},
{
"title": "Consent management"
},
{
"title": "Foodpunk"
},
{
"title": "Health Courses (BaWu)"
},
{
"title": "Health Courses (Yuble)"
},
{
"title": "Vorsorgekompass"
},
{
"title": "Challenges Core Screens"
},
{
"title": "Onboarding"
},
{
"title": "Meine -anleigen"
},
{
"title": "Video conference"
},
{
"title": "Scalable Navigation - Home+Mein Bereich"
},
{
"title": "AOK Selection"
},
{
"title": "Doctor search"
},
{
"title": "Scalable Navigation - Feature+Einstellung"
},
{
"title": "Navida Base Plugin Creation"
},
{
"title": "Home"
},
{
"title": "Symptomcheck"
},
{
"title": "Clarimedis"
}
]